Structs§
LEN
- Number of elements stored per bucket. Must be less than or equal tou32::MAX
, divisible byusize::BITS
and it must not be0
.BITARRAY_LEN
- Number ofusize
in the bitmap per bucket. Must be equal toLEN / usize::BITS
.For best performance, try to set this to number of CPUs that are going to accessArena
concurrently.- Can have at most
MAX_REFCNT
refcount.